
header{
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	right: 0;
	background-color: #ffffff;
	box-shadow: 0 0 10px #cccccc;
}
.header{
	width: 100%;
	height: 110px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.heade1{
	float: left;
	/*margin-top: 25px;*/
	    /*margin-top: 45px;*/
}
.logo{
    /*width: 80px;*/
	height: 90px;
	display: inline-block;
	vertical-align: middle;
}
.heade1_1{
	border-left: 1px solid #939393;
	box-sizing: border-box;
	margin-left: 30px;
	padding-left: 30px;
	/*font-size: 28px;*/
	font-size: 16px;
	color: #424242;
	display: inline-block;
	vertical-align: middle;
}
.heade2{
	float: right;
	display: inline-block;
}
.heade3{
	float: left;
	font-size: 24px;
	color:#07409E;
	font-weight: bold;
}
.heade3 img{
	width: 25px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.heade3 span{
	line-height: 140px;
	display: inline-block;
	vertical-align: middle;
}
.heade4{
	display: inline-block;
	float: left;
	/*max-width: 900px;*/
}
.heade4 li{
	float: left;
	/*margin-right: 60px;*/
	position: relative;
}
.heade4_1{
	display: block;
	line-height: 110px;
	/*font-size: 30px;*/
	font-size: 20px;
	color: #010101;
	padding: 0 30px;
	box-sizing: border-box;
}
.heade4_1:hover{
    background: #07409E;
    color: white;
}
.heade4_1.on{
   background: #07409E;
    color: white;  
}
.heade4_2{
    /*width: 200%;*/
    min-width: 200%;
    white-space: nowrap;
    padding: 0 15px;
    box-sizing: border-box;
    background: white;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 1001;
    box-shadow: 0 0 10px #aaaaaa;
}
.heade4_2 br{
    display: none;
}
.heade42{
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    color: #010101;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
}
.heade42:last-child{
  border-bottom:0;  
}
.heade4 li:hover .heade4_2{
    display: block;
}
.zrts a{color:#010101}
.zrts a:hover{
    color: #19479d;
}
.language{
    float: right;
    font-size: 20px;
    color: #010101;
}
.language a{
    color: #010101;
    margin: 0 5px;
}





















